crypto/tls.Conn.retryCount (field)
6 uses
crypto/tls (current package)
conn.go#L117: retryCount int
conn.go#L701: c.retryCount = 0
conn.go#L795: c.retryCount++
conn.go#L796: if c.retryCount > maxUselessRecords {
conn.go#L1314: c.retryCount++
conn.go#L1315: if c.retryCount > maxUselessRecords {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)